> 1. Breaking news dilemma:
> Iam thinking to decided to make monthly issues and displaying news/articles by topics and subtopics.
>
> Is it possible to configure Campsite that way, that if in the current issue I have no articles on particular topics, on web page will be displayed older articles from the previous (published) issue(s)?
Yes, it is. Our template engine is powerful and very flexible. When
listing articles you can do something like:
> Yes, it is. Our template engine is powerful and
> very flexible. When
> listing articles you can do something like:
>
> {{ list_articles length="10" constraints="topic is
>
> name>:"
> ignore_issue="true" }}
> Title: {{ $campsite->article->name }}
> ...
> {{ /list_articles }}
>
> Notice the ignore_issue="true", it does exactly
> what you need.
Dear Holman, Iam unable put this in work. But I find a solution: